Dictionary Class
Description:
A class for creating Dictionary
Usage:
local Dictionary = require("Dictionary")
local dict = Dictionary()
__call
Type: Metamethod.
Description:
A metamethod that allows creating instances of the "Dictionary" type.
Signature:
metamethod __call: function(self: DictionaryClass): Dictionary
Returns:
Return Type | Description |
---|---|
Dictionary | A new instance of the Dictionary type. |